#!/bin/bash

# Ensure the correct command is found:
export PATH=/Programs/Code_Saturne-4.0.2/build-catalyst/bin:$PATH

# Run command:
\code_saturne run --param "Valve Mesh=1M RSM.xml" --nprocs 8
